home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17120 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: solon.com!not-for-mail
  2. From: seebs@solutions.solon.com (Peter Seebach)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
  4. Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
  5. Date: 13 Apr 1996 18:13:30 -0500
  6. Organization: Usenet Fact Police (Undercover)
  7. Message-ID: <4kpceq$e4b@solutions.solon.com>
  8. References: <JSA.96Feb16135027@organon.com> <dewar.829345962@schonberg> <4knqun$ga1@nntp.Stanford.EDU> <dewar.829399701@schonberg>
  9. Reply-To: seebs@solon.com
  10. NNTP-Posting-Host: solutions.solon.com
  11.  
  12. In article <dewar.829399701@schonberg>, Robert Dewar <dewar@cs.nyu.edu> wrote:
  13. >indicates ANSI/Unix/Xenix/DOS/OS2 compatibility. There are many cases
  14. >where the ANSI box is checked and other boxes are not. For instance,
  15. >unlink is compatible with all systems but is NOT ANSI, on the other
  16. >hand delete, which is the ANSI version, is not available on all systems.
  17.  
  18. delete() is not ANSI.  remove() is ANSI.  I have never seen a system that
  19. didn't offer it, since the 3b1.  It's certainly trivial to write.  (A good
  20. patch for portability is to write standard code, and have a set of
  21. conditionally built modules to provide the standard functions in terms
  22. of the not-standard but available on all old systems functions.)
  23.  
  24. -s
  25. -- 
  26. Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
  27. C/Unix wizard -- C/Unix questions? Send mail for help.  No, really!
  28. FUCK the communications decency act.  Goddamned government.  [literally.]
  29. The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
  30.